From 165b9b3fcf2e8ec34b6d8d9244adeacebd7da77e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C3=ABl=20Cadilhac?= Date: Sun, 26 Aug 2007 20:48:12 +0000 Subject: [PATCH] Specify PDF layout, use a PDF `compile-command' local variable. --- etc/refcards/pt-br-refcard.tex | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/etc/refcards/pt-br-refcard.tex b/etc/refcards/pt-br-refcard.tex index 6492ce55c10..2531af624b2 100644 --- a/etc/refcards/pt-br-refcard.tex +++ b/etc/refcards/pt-br-refcard.tex @@ -8,11 +8,17 @@ \columnsperpage=3 -% Set letterpapaer to 0 for A4 paper, 1 for letter (US) paper. Useful +% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful % only when columnsperpage is 2 or 3. \letterpaper=0 +% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for +% a landscape layout. + +\input pdflayout.sty +\pdflayout=(0l) + % Nothing else needs to be changed below this line. % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, % 2006, 2007 Free Software Foundation, Inc. @@ -681,7 +687,7 @@ detalhes. \bye % Local variables: -% compile-command: "tex pt-br-refcard" +% compile-command: "pdftex pt-br-refcard" % coding: iso-latin-1 % End: -- 2.30.2